ServiceExpandDistributionList Method (String) |
Expands a distribution list identified by the SMTP address.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExpandDistributionListResponse ExpandDistributionList(
string emailAddress
)
Public Function ExpandDistributionList (
emailAddress As String
) As ExpandDistributionListResponse
Parameters
- emailAddress
- Type: SystemString
The SMTP address of the distribution list to expand.
Return Value
Type:
ExpandDistributionListResponseThe distribution list members.
See Also